Home
last modified time | relevance | path

Searched refs:OSSL_CIPHER_PARAM_IV (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/demos/mac/
H A Dgmac.c101 *p++ = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, in main()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c272 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in aes_get_ctx_params()
299 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0),
H A Dcipher_aes_ocb.c440 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in aes_ocb_get_ctx_params()
483 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0),
H A Dciphercommon.c152 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0),
614 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_cipher_generic_get_ctx_params()
H A Dciphercommon_ccm.c168 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_ccm_get_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h189 # define OSSL_CIPHER_PARAM_IV "iv" macro
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h340 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0), \
/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c548 OSSL_PARAM_construct_octet_ptr(OSSL_CIPHER_PARAM_IV, in EVP_CIPHER_CTX_original_iv()
601 OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, buf, len); in EVP_CIPHER_CTX_get_original_iv()
/freebsd/crypto/openssl/test/
H A Dacvp_test.c1073 *p = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, in aes_gcm_enc_dec()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod945 =item "iv" (B<OSSL_CIPHER_PARAM_IV>) <octet string OR octet ptr>