Searched defs:iv (Results 1 - 3 of 3) sorted by relevance
/sssd/src/util/crypto/nss/ |
H A D | nss_crypto.h | 43 SECItem *iv; member in struct:sss_nss_crypto_ctx 62 uint8_t *iv, int ivlen,
|
H A D | nss_util.c | 151 uint8_t *iv, int ivlen, 194 cctx->iv = talloc(cctx, SECItem); 195 if (cctx->iv == NULL) { 200 if (iv) { 201 MAKE_SECITEM(iv, ivlen, cctx->iv); 204 mech_props, &cctx->iv); 253 cctx->sparam = PK11_ParamFromIV(mech_props->cipher, cctx->iv); 148 nss_ctx_init(TALLOC_CTX *mem_ctx, struct crypto_mech_data *mech_props, uint8_t *key, int keylen, uint8_t *iv, int ivlen, struct sss_nss_crypto_ctx **_cctx) argument
|
/sssd/src/util/crypto/libcrypto/ |
H A D | crypto_nite.c | 177 const uint8_t *iv = NULL; local 248 iv = ciphertext; 257 ret = EVP_DecryptInit_ex(ctx, cipher, 0, key, iv);
|
Completed in 233 milliseconds