Searched refs:d2i_ECDSA_SIG (Results 1 – 13 of 13) sorted by relevance
/openbsd/lib/libcrypto/ecdsa/ |
H A D | ecdsa.c | 98 d2i_ECDSA_SIG(ECDSA_SIG **a, const unsigned char **in, long len) in d2i_ECDSA_SIG() function 103 LCRYPTO_ALIAS(d2i_ECDSA_SIG); 616 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) in ecdsa_verify()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | ec.h | 140 LCRYPTO_USED(d2i_ECDSA_SIG);
|
/openbsd/regress/lib/libcrypto/ecdsa/ |
H A D | ecdsatest.c | 219 if ((ecdsa_sig = d2i_ECDSA_SIG(NULL, &sig_ptr, in test_builtin()
|
/openbsd/lib/libcrypto/sm2/ |
H A D | sm2_sign.c | 439 if (d2i_ECDSA_SIG(&s, &p, sig_len) == NULL) { in SM2_verify()
|
/openbsd/lib/libtls/ |
H A D | tls_signer.c | 429 if ((ecdsa_sig = d2i_ECDSA_SIG(NULL, &p, signature_len)) == NULL) in tls_ecdsa_do_sign()
|
/openbsd/usr.sbin/acme-client/ |
H A D | acctproc.c | 378 if ((ec_sig = d2i_ECDSA_SIG(NULL, &digp, digsz)) == NULL) { in op_sign()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-ecdsa.c | 341 if ((esig = d2i_ECDSA_SIG(NULL, &psig, slen)) == NULL) { in ssh_ecdsa_sign()
|
H A D | ssh-pkcs11-client.c | 362 ret = d2i_ECDSA_SIG(NULL, &cp, slen); in ecdsa_do_sign()
|
H A D | sk-usbhid.c | 916 if ((sig = d2i_ECDSA_SIG(NULL, &cp, sig_len)) == NULL) { in pack_sig_ecdsa()
|
/openbsd/usr.sbin/smtpd/ |
H A D | ca.c | 467 d2i_ECDSA_SIG(&sig, (const unsigned char **)&toptr, tlen); in ecdsae_send_enc_imsg()
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec.h | 323 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
|
/openbsd/sbin/iked/ |
H A D | crypto.c | 1060 if ((obj = d2i_ECDSA_SIG(NULL, &p, tmplen)) == NULL) in _dsa_sign_ecdsa()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 2883 d2i_ECDSA_SIG
|