Searched defs:fips_md_init_ctx (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/sha/
H A Dsha256.c19 fips_md_init_ctx(SHA224, SHA256) function
H A Dsha512.c62 fips_md_init_ctx(SHA384, SHA512) function
/external/openssl/crypto/
H A Dcrypto.h555 #define fips_md_init(alg) fips_md_init_ctx(alg, alg)
558 #define fips_md_init_ctx(alg, cx) \ macro
572 #define fips_md_init_ctx(alg, cx) \ macro
/external/openssl/include/openssl/
H A Dcrypto.h555 #define fips_md_init(alg) fips_md_init_ctx(alg, alg)
558 #define fips_md_init_ctx(alg, cx) \ macro
572 #define fips_md_init_ctx(alg, cx) \ macro

Completed in 2951 milliseconds