Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon.c28 OSSL_PARAM_size_t(OSSL_CIPHER_PARAM_BLOCK_SIZE, NULL),
87 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_BLOCK_SIZE); in ossl_cipher_generic_get_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h73 #define OSSL_CIPHER_PARAM_BLOCK_SIZE "blocksize" /* size_t */ macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c350 params[0] = OSSL_PARAM_construct_size_t(OSSL_CIPHER_PARAM_BLOCK_SIZE, &blksz); in evp_cipher_cache_constants()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod669 =item "blocksize" (B<OSSL_CIPHER_PARAM_BLOCK_SIZE>) <unsigned integer>