HomeSort by relevance Sort by last modified time
    Searched defs:authsafes (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/pkcs12/
pkcs12.h 108 PKCS7 *authsafes; member in struct:__anon32953
  /external/openssl/include/openssl/
pkcs12.h 108 PKCS7 *authsafes; member in struct:__anon32996
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c 862 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
928 if (!CBS_get_asn1(&wrapped_authsafes, &authsafes, CBS_ASN1_OCTETSTRING)) {
983 if (NULL == HMAC(md, hmac_key, EVP_MD_size(md), CBS_data(&authsafes),
984 CBS_len(&authsafes), hmac, &hmac_len)) {
994 /* authsafes contains a series of PKCS#7 ContentInfos. */
995 if (!PKCS12_handle_content_infos(&authsafes, 0, &ctx)) {
    [all...]

Completed in 867 milliseconds