OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppin
(Results
1 - 14
of
14
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/crypto/
asn1_dsa.h
21
size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **
ppin
,
/src/crypto/external/bsd/openssl/dist/include/crypto/
asn1_dsa.h
21
size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **
ppin
,
/src/crypto/external/apache2/openssl/dist/crypto/
asn1_dsa.c
220
* Decodes a single DSA-Sig-Value or ECDSA-Sig-Value from *
ppin
, which must be
221
* DER encoded, updates r and s with the decoded values, and increments *
ppin
225
*
ppin
and *
ppin
must not be NULL.
235
const unsigned char **
ppin
, size_t len)
241
if (!PACKET_buf_init(&pkt, *
ppin
, len)
250
consumed = PACKET_data(&pkt) - *
ppin
;
251
*
ppin
+= consumed;
/src/crypto/external/bsd/openssl/dist/crypto/
asn1_dsa.c
219
* Decodes a single DSA-Sig-Value or ECDSA-Sig-Value from *
ppin
, which must be
220
* DER encoded, updates r and s with the decoded values, and increments *
ppin
224
*
ppin
and *
ppin
must not be NULL.
234
const unsigned char **
ppin
, size_t len)
240
if (!PACKET_buf_init(&pkt, *
ppin
, len)
249
consumed = PACKET_data(&pkt) - *
ppin
;
250
*
ppin
+= consumed;
/src/external/bsd/libfido2/dist/src/
pin.c
70
pad64(const char *pin, fido_blob_t **
ppin
)
81
if ((*
ppin
= fido_blob_new()) == NULL)
86
((*
ppin
)->ptr = calloc(1, ppin_len)) == NULL) {
87
fido_blob_free(
ppin
);
91
memcpy((*
ppin
)->ptr, pin, pin_len);
92
(*
ppin
)->len = ppin_len;
101
fido_blob_t *
ppin
= NULL;
local
104
if ((r = pad64(pin, &
ppin
)) != FIDO_OK) {
114
if (aes256_cbc_enc(dev, shared,
ppin
, *out) < 0) {
122
fido_blob_free(&
ppin
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_sign.c
50
DSA_SIG *d2i_DSA_SIG(DSA_SIG **psig, const unsigned char **
ppin
, long len)
68
|| ossl_decode_der_dsa_sig(sig->r, sig->s,
ppin
, (size_t)len) == 0) {
/src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_sign.c
51
DSA_SIG *d2i_DSA_SIG(DSA_SIG **psig, const unsigned char **
ppin
, long len)
69
|| ossl_decode_der_dsa_sig(sig->r, sig->s,
ppin
, (size_t)len) == 0) {
/src/external/gpl3/gcc/dist/libbacktrace/
elf.c
1113
bits by reading additional bits from *
PPIN
, up to PINEND, as
1114
needed. Updates *
PPIN
, *PVAL and *PBITS. Returns 1 on success, 0
1118
elf_fetch_bits (const unsigned char **
ppin
, const unsigned char *pinend,
1129
pin = *
ppin
;
1159
*
ppin
= pin;
1169
elf_fetch_bits_backward (const unsigned char **
ppin
,
1181
pin = *
ppin
;
1220
*
ppin
= pin;
1231
elf_fetch_backward_init (const unsigned char **
ppin
,
1240
pin = *
ppin
;
[
all
...]
/src/external/gpl3/gdb/dist/libbacktrace/
elf.c
1113
bits by reading additional bits from *
PPIN
, up to PINEND, as
1114
needed. Updates *
PPIN
, *PVAL and *PBITS. Returns 1 on success, 0
1118
elf_fetch_bits (const unsigned char **
ppin
, const unsigned char *pinend,
1129
pin = *
ppin
;
1159
*
ppin
= pin;
1169
elf_fetch_bits_backward (const unsigned char **
ppin
,
1181
pin = *
ppin
;
1220
*
ppin
= pin;
1231
elf_fetch_backward_init (const unsigned char **
ppin
,
1240
pin = *
ppin
;
[
all
...]
/src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c
1113
bits by reading additional bits from *
PPIN
, up to PINEND, as
1114
needed. Updates *
PPIN
, *PVAL and *PBITS. Returns 1 on success, 0
1118
elf_fetch_bits (const unsigned char **
ppin
, const unsigned char *pinend,
1129
pin = *
ppin
;
1159
*
ppin
= pin;
1169
elf_fetch_bits_backward (const unsigned char **
ppin
,
1181
pin = *
ppin
;
1220
*
ppin
= pin;
1231
elf_fetch_backward_init (const unsigned char **
ppin
,
1240
pin = *
ppin
;
[
all
...]
/src/sys/arch/arm/nvidia/
tegra_gpio.c
357
tegra_gpio_pin_lookup(const char *pinname, int *
ppin
)
378
*
ppin
= pin;
/src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_asn1.c
1219
ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **
ppin
, long len)
1237
|| ossl_decode_der_dsa_sig(sig->r, sig->s,
ppin
, (size_t)len) == 0) {
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_asn1.c
1199
ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **psig, const unsigned char **
ppin
, long len)
1217
|| ossl_decode_der_dsa_sig(sig->r, sig->s,
ppin
, (size_t)len) == 0) {
/src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c
1106
bits by reading additional bits from *
PPIN
, up to PINEND, as
1107
needed. Updates *
PPIN
, *PVAL and *PBITS. Returns 1 on success, 0
1111
elf_zlib_fetch (const unsigned char **
ppin
, const unsigned char *pinend,
1122
pin = *
ppin
;
1152
*
ppin
= pin;
Completed in 30 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026