Searched refs:oiv (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | cipher-bf1.c | 65 memcpy (&(ctx->oiv[0]), iv, 8); in bf_ssh1_init() 66 memcpy (&(ctx->iv[0]), &(ctx->oiv[0]), 8); in bf_ssh1_init()
|
/external/boringssl/src/crypto/cipher/ |
D | cipher.c | 213 memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx)); in EVP_CipherInit_ex() 215 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx)); in EVP_CipherInit_ex()
|
/external/boringssl/src/include/openssl/ |
D | cipher.h | 469 uint8_t oiv[EVP_MAX_IV_LENGTH]; member
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 108 return ASN1_TYPE_set_octetstring(type, c->oiv, iv_len); in param_to_asn1()
|