Searched refs:OSSL_CIPHER_PARAM_IV (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/demos/mac/ |
H A D | gmac.c | 101 *p++ = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, in main()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 272 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 D | cipher_aes_ocb.c | 440 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 D | ciphercommon.c | 152 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 D | ciphercommon_ccm.c | 168 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_ccm_get_ctx_params()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 189 # define OSSL_CIPHER_PARAM_IV "iv" macro
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 340 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0), \
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 548 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 D | acvp_test.c | 1073 *p = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, in aes_gcm_enc_dec()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 945 =item "iv" (B<OSSL_CIPHER_PARAM_IV>) <octet string OR octet ptr>
|