Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_fre.c152 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ossl_asn1_primitive_free() local
155 if (pf && pf->prim_clear) { in ossl_asn1_primitive_free()
156 pf->prim_clear(pval, it); in ossl_asn1_primitive_free()
159 } else if (pf && pf->prim_free) { in ossl_asn1_primitive_free()
160 pf->prim_free(pval, it); in ossl_asn1_primitive_free()
H A Dtasn_new.c272 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_new() local
274 if (pf->prim_clear) { in asn1_primitive_new()
275 pf->prim_clear(pval, it); in asn1_primitive_new()
278 } else if (pf->prim_new) { in asn1_primitive_new()
279 return pf->prim_new(pval, it); in asn1_primitive_new()
333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local
334 if (pf->prim_clear) in asn1_primitive_clear()
335 pf->prim_clear(pval, it); in asn1_primitive_clear()
H A Dtasn_prn.c442 const ASN1_PRIMITIVE_FUNCS *pf; in asn1_primitive_print() local
443 pf = it->funcs; in asn1_primitive_print()
446 if (pf && pf->prim_print) in asn1_primitive_print()
447 return pf->prim_print(out, fld, it, indent, pctx); in asn1_primitive_print()
H A Dtasn_enc.c538 const ASN1_PRIMITIVE_FUNCS *pf; in asn1_ex_i2c() local
539 pf = it->funcs; in asn1_ex_i2c()
540 if (pf && pf->prim_i2c) in asn1_ex_i2c()
541 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c()
H A Dtasn_dec.c838 const ASN1_PRIMITIVE_FUNCS *pf; in asn1_ex_c2i() local
840 pf = it->funcs; in asn1_ex_c2i()
842 if (pf && pf->prim_c2i) in asn1_ex_c2i()
843 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i()
/openssl/crypto/aes/asm/
H A Daes-mips.pl94 $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
645 .cpload $pf
669 .cpsetup $pf,$zero,AES_encrypt
1245 .cpload $pf
1269 .cpsetup $pf,$zero,AES_decrypt
1623 .cpload $pf
1639 .cpsetup $pf,$zero,AES_set_encrypt_key
1678 .cpload $pf
1694 .cpsetup $pf,$zero,AES_set_decrypt_key
/openssl/crypto/sha/asm/
H A Dsha512-mips.pl85 $pf = ($flavour =~ /nubi/i) ? $t0 : $t2;
328 .cpload $pf
355 .cpsetup $pf,$zero,sha${label}_block_data_order
/openssl/dev/
H A Drelease.sh778 The indicator of the current state of the branch. The value may be one pf:

Completed in 36 milliseconds