Searched refs:OSSL_CIPHER_PARAM_IV (Results 1 – 10 of 10) sorted by relevance
/openssl-master/demos/mac/ |
A D | gmac.c | 101 *p++ = OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, in main()
|
/openssl-master/providers/implementations/ciphers/ |
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),
|
A D | cipher_aes_ocb.c | 431 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in aes_ocb_get_ctx_params() 474 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0),
|
A D | ciphercommon.c | 147 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0), 558 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_cipher_generic_get_ctx_params()
|
A D | ciphercommon_ccm.c | 165 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_ccm_get_ctx_params()
|
A D | ciphercommon_gcm.c | 162 p = OSSL_PARAM_locate(params, OSSL_CIPHER_PARAM_IV); in ossl_gcm_get_ctx_params()
|
/openssl-master/include/openssl/ |
A D | core_names.h | 81 #define OSSL_CIPHER_PARAM_IV "iv" /* octet_string OR octet_ptr */ macro
|
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon.h | 328 OSSL_PARAM_octet_string(OSSL_CIPHER_PARAM_IV, NULL, 0), \
|
/openssl-master/crypto/evp/ |
A D | evp_lib.c | 545 OSSL_PARAM_construct_octet_ptr(OSSL_CIPHER_PARAM_IV, in EVP_CIPHER_CTX_original_iv() 598 OSSL_PARAM_construct_octet_string(OSSL_CIPHER_PARAM_IV, buf, len); in EVP_CIPHER_CTX_get_original_iv()
|
/openssl-master/doc/man3/ |
A D | EVP_EncryptInit.pod | 815 =item "iv" (B<OSSL_CIPHER_PARAM_IV>) <octet string OR octet ptr>
|
Completed in 21 milliseconds