Home
last modified time | relevance | path

Searched refs:ossl_cipher_unpadblock (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_local.h13 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize);
Dciphercommon_block.c108 int ossl_cipher_unpadblock(unsigned char *buf, size_t *buflen, size_t blocksize) in ossl_cipher_unpadblock() function
Dciphercommon.c438 if (ctx->pad && !ossl_cipher_unpadblock(ctx->buf, &ctx->bufsz, blksz)) { in ossl_cipher_generic_block_final()