Searched refs:ossl_cipher_trailingdata (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/providers/implementations/ciphers/ |
D | ciphercommon_block.c | 80 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() function
|
D | cipher_aes_ocb.c | 201 && !ossl_cipher_trailingdata(buf, bufsz, AES_BLOCK_SIZE, &in, &inl)) { in aes_ocb_block_update_internal()
|
D | ciphercommon.c | 375 && !ossl_cipher_trailingdata(ctx->buf, &ctx->bufsz, blksz, &in, &inl)) { in ossl_cipher_generic_block_update()
|
/third_party/openssl/providers/implementations/include/prov/ |
D | ciphercommon.h | 359 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen,
|