Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dfake_cipherprov.c200 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_BLOCK_SIZE); in fake_get_params()
210 OSSL_PARAM_size_t(OSSL_CIPHER_PARAM_BLOCK_SIZE, NULL),
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon.c30 OSSL_PARAM_size_t(OSSL_CIPHER_PARAM_BLOCK_SIZE, NULL),
89 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.h181 # define OSSL_CIPHER_PARAM_BLOCK_SIZE "blocksize" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c329 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.pod769 =item "blocksize" (B<OSSL_CIPHER_PARAM_BLOCK_SIZE>) <unsigned integer>