OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dsa_sig
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/android/
keystore_openssl.cc
356
DSA_SIG
* DsaMethodDoSign(const unsigned char* dgst,
384
// Convert the signature into a
DSA_SIG
object.
388
DSA_SIG
*
dsa_sig
= d2i_DSA_SIG(NULL, &sigbuf, siglen);
local
389
return
dsa_sig
;
403
DSA_SIG
* sig,
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ameth.c
549
DSA_SIG
*
dsa_sig
;
local
559
dsa_sig
= d2i_DSA_SIG(NULL, &p, sig->length);
560
if (
dsa_sig
)
565
update_buflen(
dsa_sig
->r, &buf_len);
566
update_buflen(
dsa_sig
->s, &buf_len);
577
if (!ASN1_bn_print(bp,"r: ",
dsa_sig
->r,m,indent))
579
if (!ASN1_bn_print(bp,"s: ",
dsa_sig
->s,m,indent))
585
DSA_SIG_free(
dsa_sig
);
/external/openssl/crypto/dsa/
dsa_ameth.c
549
DSA_SIG
*
dsa_sig
;
local
559
dsa_sig
= d2i_DSA_SIG(NULL, &p, sig->length);
560
if (
dsa_sig
)
565
update_buflen(
dsa_sig
->r, &buf_len);
566
update_buflen(
dsa_sig
->s, &buf_len);
577
if (!ASN1_bn_print(bp,"r: ",
dsa_sig
->r,m,indent))
579
if (!ASN1_bn_print(bp,"s: ",
dsa_sig
->s,m,indent))
585
DSA_SIG_free(
dsa_sig
);
Completed in 130 milliseconds