Searched refs:pf (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 156 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in ossl_asn1_primitive_free() local 159 if (pf && pf->prim_clear) { in ossl_asn1_primitive_free() 160 pf->prim_clear(pval, it); in ossl_asn1_primitive_free() 163 } else if (pf && pf->prim_free) { in ossl_asn1_primitive_free() 164 pf->prim_free(pval, it); in ossl_asn1_primitive_free()
|
H A D | tasn_new.c | 272 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() 331 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; in asn1_primitive_clear() local 332 if (pf->prim_clear) in asn1_primitive_clear() 333 pf->prim_clear(pval, it); in asn1_primitive_clear()
|
H A D | tasn_prn.c | 440 const ASN1_PRIMITIVE_FUNCS *pf; in asn1_primitive_print() local 441 pf = it->funcs; in asn1_primitive_print() 444 if (pf && pf->prim_print) in asn1_primitive_print() 445 return pf->prim_print(out, fld, it, indent, pctx); in asn1_primitive_print()
|
H A D | tasn_enc.c | 532 const ASN1_PRIMITIVE_FUNCS *pf; in asn1_ex_i2c() local 533 pf = it->funcs; in asn1_ex_i2c() 534 if (pf && pf->prim_i2c) in asn1_ex_i2c() 535 return pf->prim_i2c(pval, cout, putype, it); in asn1_ex_i2c()
|
H A D | tasn_dec.c | 838 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 D | aes-mips.pl | 94 $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 D | sha512-mips.pl | 85 $pf = ($flavour =~ /nubi/i) ? $t0 : $t2; 328 .cpload $pf 355 .cpsetup $pf,$zero,sha${label}_block_data_order
|
/openssl/ssl/quic/ |
H A D | quic_txp.c | 1870 OSSL_QUIC_FRAME_CONN_CLOSE f, *pf = &txp->conn_close_frame; in txp_generate_pre_token() local 1892 if (pn_space != QUIC_PN_SPACE_APP && pf->is_app) { in txp_generate_pre_token() 1893 pf = &f; in txp_generate_pre_token() 1894 pf->is_app = 0; in txp_generate_pre_token() 1895 pf->frame_type = 0; in txp_generate_pre_token() 1896 pf->error_code = OSSL_QUIC_ERR_APPLICATION_ERROR; in txp_generate_pre_token() 1897 pf->reason = NULL; in txp_generate_pre_token() 1898 pf->reason_len = 0; in txp_generate_pre_token() 1901 if (ossl_quic_wire_encode_frame_conn_close(wpkt, pf) in txp_generate_pre_token()
|
/openssl/dev/ |
H A D | release.sh | 778 The indicator of the current state of the branch. The value may be one pf:
|
Completed in 31 milliseconds