Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c39 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, in ossl_cipher_fillblock() function
H A Dcipher_aes_ocb.c167 nextblocks = ossl_cipher_fillblock(buf, bufsz, AES_BLOCK_SIZE, &in, &inl); in aes_ocb_block_update_internal()
H A Dciphercommon.c360 nextblocks = ossl_cipher_fillblock(ctx->buf, &ctx->bufsz, blksz, in ossl_cipher_generic_block_update()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h369 size_t ossl_cipher_fillblock(unsigned char *buf, size_t *buflen,