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

  /external/openssl/crypto/evp/
evp_lib.c 95 i=ASN1_TYPE_get_octetstring(type,c->oiv,l);
99 memcpy(c->iv,c->oiv,l);
113 i=ASN1_TYPE_set_octetstring(type,c->oiv,j);
e_rc2.c 202 i=ASN1_TYPE_set_int_octetstring(type,num,c->oiv,j);
evp_enc.c 213 if(iv) memcpy(ctx->oiv, iv, EVP_CIPHER_CTX_iv_length(ctx));
214 memcpy(ctx->iv, ctx->oiv, EVP_CIPHER_CTX_iv_length(ctx));
evp.h 375 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/openssl/include/openssl/
evp.h 375 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ member in struct:evp_cipher_ctx_st
    [all...]

Completed in 643 milliseconds