Searched refs:ossl_cipher_trailingdata (Results 1 – 4 of 4) sorted by relevance
| /providers/implementations/ciphers/ |
| A D | ciphercommon_block.c | 63 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, in ossl_cipher_trailingdata() function
|
| A D | cipher_aes_ocb.c | 201 && !ossl_cipher_trailingdata(buf, bufsz, AES_BLOCK_SIZE, &in, &inl)) { in aes_ocb_block_update_internal()
|
| A D | ciphercommon.c.in | 413 && !ossl_cipher_trailingdata(ctx->buf, &ctx->bufsz, blksz, &in, &inl)) {
|
| /providers/implementations/include/prov/ |
| A D | ciphercommon.h | 395 int ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen,
|
Completed in 22 milliseconds