Searched refs:oiv (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/evp/
H A Devp_lib.c99 i=ASN1_TYPE_get_octetstring(type,c->oiv,l);
103 memcpy(c->iv,c->oiv,l);
117 i=ASN1_TYPE_set_octetstring(type,c->oiv,j);
H A De_rc2.c203 i=ASN1_TYPE_set_int_octetstring(type,num,c->oiv,j);
H A Devp_enc.c236 if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
237 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
H A Devp.h418 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dp5_pbev2.c105 return ASN1_TYPE_set_octetstring(type, c->oiv, iv_len);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dcipher.h415 /* oiv contains the original IV value. */
416 uint8_t oiv[EVP_MAX_IV_LENGTH]; member in struct:evp_cipher_ctx_st
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher.c215 memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
217 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
/external/openssl/include/openssl/
H A Devp.h418 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st

Completed in 522 milliseconds