OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pub_len
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/crypto/axtls/
rsa.c
36
const uint8_t *pub_exp, int
pub_len
,
49
RSA_pub_key_new(ctx, modulus, mod_len, pub_exp,
pub_len
);
71
const uint8_t *pub_exp, int
pub_len
)
81
rsa_ctx->e = bi_import(bi_ctx, pub_exp,
pub_len
);
crypto.h
159
const uint8_t *pub_exp, int
pub_len
,
171
const uint8_t *pub_exp, int
pub_len
);
/external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c
164
size_t
pub_len
, i;
local
189
pub_len
= dh->prime_len;
191
dh->prime, dh->prime_len, ret_pub, &
pub_len
) < 0)
193
if (
pub_len
< dh->prime_len) {
194
size_t pad = dh->prime_len -
pub_len
;
195
os_memmove(ret_pub + pad, ret_pub,
pub_len
);
Completed in 84 milliseconds