Home
last modified time | relevance | path

Searched refs:fnm (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/x509v3/
Dv3_crld.c118 STACK_OF(GENERAL_NAME) *fnm = NULL; in set_dist_point_name()
122 fnm = gnames_from_sectname(ctx, cnf->value); in set_dist_point_name()
123 if (!fnm) in set_dist_point_name()
172 if (fnm) in set_dist_point_name()
175 (*pdp)->name.fullname = fnm; in set_dist_point_name()
186 if (fnm) in set_dist_point_name()
187 sk_GENERAL_NAME_pop_free(fnm, GENERAL_NAME_free); in set_dist_point_name()
/external/openssl/crypto/pkcs12/
Dp12_decr.c132 static int fnm = 1; in PKCS12_item_decrypt_d2i() local
133 sprintf(fname, "DER%d", fnm++); in PKCS12_item_decrypt_d2i()