Searched refs:p12 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | atanl.c | 96 p12 = 3.983031914579635037502589204647752042736e-0002L, variable 143 z * (p10 + z * (p11 + z * (p12 + z * p13))))))))))))); in atanl() 158 z * (p12 + z * p13))))))))))))); in atanl()
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 600 PKCS12 *p12 = d2i_PKCS12_bio(bcert, NULL); in load_X509cert() local 601 if (p12 != NULL) { in load_X509cert() 602 (void) PKCS12_parse(p12, NULL, NULL, &xcert, NULL); in load_X509cert() 603 PKCS12_free(p12); in load_X509cert() 604 p12 = NULL; in load_X509cert() 3969 openssl_pkcs12_parse(PKCS12 *p12, char *pin, STACK_OF(EVP_PKEY) *keys, in openssl_pkcs12_parse() argument 3978 if (p12 == NULL || (keys == NULL && certs == NULL)) in openssl_pkcs12_parse() 3982 if (PKCS12_verify_mac(p12, NULL, 0)) { in openssl_pkcs12_parse() 3984 } else if (PKCS12_verify_mac(p12, "", 0)) { in openssl_pkcs12_parse() 3989 } else if (!PKCS12_verify_mac(p12, pin, -1)) { in openssl_pkcs12_parse() [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 5041 PKCS12 *p12 = NULL; local 5073 p12 = d2i_PKCS12_fp(fp, NULL); 5075 if (p12 == NULL) { 5087 ret = PKCS12_parse(p12, NULL, &y, &x, NULL); 5128 ret = PKCS12_parse(p12, rdat.data, &y, &x, NULL); 5152 if (p12) 5153 PKCS12_free(p12);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.p5m | 1645 hardlink path=usr/share/lib/terminfo/p/p12 target=../p/prism12 1646 hardlink path=usr/share/lib/terminfo/p/p12-m target=../p/prism12-m 1647 hardlink path=usr/share/lib/terminfo/p/p12-m-w target=../p/prism12-m-w 1648 hardlink path=usr/share/lib/terminfo/p/p12-w target=../p/prism12-w
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 13278 # p12 - Prism-12 in ANSI mode. 13279 # p12-w - 132 column version of p12. 13280 # p12-m - Prism-12 in MDC emulation mode. 13281 # p12-m-w - As p12-m, but with 132 columns. 13437 # p12: Prism-12 in ANSI mode 13442 prism12|p12|P12|MDC Prism-12 in ANSI mode:\ 13445 # p12-w: Prism-12 in 132 column mode 13448 # 'Wide' version of p12. 13450 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\ 13453 # p12-m: Prism-12 in MDC emulation mode [all …]
|
H A D | terminfo.src | 14951 # p12 - Prism-12 in ANSI mode. 14952 # p12-w - 132 column version of p12. 14953 # p12-m - Prism-12 in MDC emulation mode. 14954 # p12-m-w - As p12-m, but with 132 columns. 15125 # p12: Prism-12 in ANSI mode 15130 prism12|p12|P12|MDC Prism-12 in ANSI mode, 15133 # p12-w: Prism-12 in 132 column mode 15136 # 'Wide' version of p12. 15138 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode, 15141 # p12-m: Prism-12 in MDC emulation mode [all …]
|