OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oiv
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
cipher.h
468
/*
oiv
contains the original IV value. */
469
uint8_t
oiv
[EVP_MAX_IV_LENGTH];
member in struct:evp_cipher_ctx_st
/external/boringssl/src/crypto/cipher/
cipher.c
213
memcpy(ctx->
oiv
, iv, EVP_CIPHER_CTX_iv_length(ctx));
215
memcpy(ctx->iv, ctx->
oiv
, EVP_CIPHER_CTX_iv_length(ctx));
/external/boringssl/src/crypto/pkcs8/
p5_pbev2.c
108
return ASN1_TYPE_set_octetstring(type, c->
oiv
, iv_len);
Completed in 874 milliseconds