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

  /external/boringssl/src/include/openssl/
ssl2.h 189 unsigned char *mac_data; member in struct:ssl2_state_st
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 870 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
914 if (!CBS_get_asn1(&pfx, &mac_data, CBS_ASN1_SEQUENCE)) {
960 if (!CBS_get_asn1(&mac_data, &mac, CBS_ASN1_SEQUENCE) ||
964 !CBS_get_asn1(&mac_data, &salt, CBS_ASN1_OCTETSTRING)) {
971 if (CBS_len(&mac_data) > 0) {
972 if (!CBS_get_asn1_uint64(&mac_data, &iterations) ||
    [all...]

Completed in 570 milliseconds