OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oid_size
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/common/der/
oids_to_c.pm
29
my $
oid_size
= scalar @oid_nums;
39
#define DER_OID_V_${C_name} DER_P_OBJECT, $
oid_size
, ${C_bytes}
48
my $
oid_size
= scalar @oid_nums;
50
croak "Unsupported OID size (>127 bytes)" if $
oid_size
> 127;
55
my $C_bytes_size = 2 + $
oid_size
;
/src/crypto/external/bsd/openssl/dist/providers/common/der/
oids_to_c.pm
29
my $
oid_size
= scalar @oid_nums;
39
#define DER_OID_V_${C_name} DER_P_OBJECT, $
oid_size
, ${C_bytes}
48
my $
oid_size
= scalar @oid_nums;
50
croak "Unsupported OID size (>127 bytes)" if $
oid_size
> 127;
55
my $C_bytes_size = 2 + $
oid_size
;
/src/crypto/external/bsd/openssl/dist/apps/
list.c
935
int
oid_size
= 0;
local
961
if (n >
oid_size
) {
967
oid_size
= n + 1;
969
if (OBJ_obj2txt(oid_buf,
oid_size
, obj, 1) < 0)
/src/crypto/external/apache2/openssl/dist/apps/
list.c
1089
int
oid_size
= 0;
local
1115
if (n >
oid_size
) {
1121
oid_size
= n + 1;
1123
if (OBJ_obj2txt(oid_buf,
oid_size
, obj, 1) < 0)
/src/external/bsd/wpa/dist/src/crypto/
tls_gnutls.c
961
size_t
oid_size
= sizeof(oid);
local
965
&
oid_size
, NULL);
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026