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

  /external/boringssl/src/crypto/evp/
evp_asn1.c 171 if (ret->ameth->priv_decode == NULL) {
175 if (!ret->ameth->priv_decode(ret, &algorithm, &key)) {
internal.h 89 /* priv_decode decodes |params| and |key| as a PrivateKeyInfo and writes the
93 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key); member in struct:evp_pkey_asn1_method_st

Completed in 393 milliseconds