Home
last modified time | relevance | path

Searched refs:ossl_cipher_trailingdata (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c63 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() function
H A Dcipher_aes_ocb.c199 && !ossl_cipher_trailingdata(buf, bufsz, AES_BLOCK_SIZE, &in, &inl)) { in aes_ocb_block_update_internal()
H A Dciphercommon.c406 && !ossl_cipher_trailingdata(ctx->buf, &ctx->bufsz, blksz, &in, &inl)) { in ossl_cipher_generic_block_update()
/src/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h372 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen,