HomeSort by relevance Sort by last modified time
    Searched refs:oiv (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/evp/
evp_lib.c 99 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);
e_rc2.c 203 i=ASN1_TYPE_set_int_octetstring(type,num,c->oiv,j);
evp_enc.c 236 if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
237 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
evp.h 418 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
p5_pbev2.c 105 return ASN1_TYPE_set_octetstring(type, c->oiv, iv_len);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
cipher.h 415 /* 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/
cipher.c 215 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/
evp.h 418 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st
    [all...]

Completed in 1044 milliseconds