Home
last modified time | relevance | path

Searched defs:evp_ctx (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_sha3.c33 static int init(EVP_MD_CTX *evp_ctx, unsigned char pad) in init()
52 static int sha3_init(EVP_MD_CTX *evp_ctx) in sha3_init()
57 static int shake_init(EVP_MD_CTX *evp_ctx) in shake_init()
62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update()
105 static int sha3_final(EVP_MD_CTX *evp_ctx, unsigned char *md) in sha3_final()
130 static int shake_ctrl(EVP_MD_CTX *evp_ctx, int cmd, int p1, void *p2) in shake_ctrl()
179 static int s390x_sha3_init(EVP_MD_CTX *evp_ctx) in s390x_sha3_init()
212 static int s390x_shake_init(EVP_MD_CTX *evp_ctx) in s390x_shake_init()
239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update()
274 static int s390x_sha3_final(EVP_MD_CTX *evp_ctx, unsigned char *md) in s390x_sha3_final()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_lib.c614 EVP_CIPHER_CTX *evp_ctx = NULL; /* context for symmetric encryption */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c367 EVP_CIPHER_CTX *evp_ctx = NULL; in PKCS7_dataDecode() local
/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c198 EVP_CIPHER_CTX *evp_ctx; /* openssl EVP context */ member