OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipout
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_utl.c
577
unsigned char
ipout
[16];
local
583
iplen = a2i_ipadd(
ipout
, ipasc);
591
if (!ASN1_OCTET_STRING_set(ret,
ipout
, iplen))
602
unsigned char
ipout
[32];
local
614
iplen1 = a2i_ipadd(
ipout
, iptmp);
619
iplen2 = a2i_ipadd(
ipout
+ iplen1, p);
630
if (!ASN1_OCTET_STRING_set(ret,
ipout
, iplen1 + iplen2))
644
int a2i_ipadd(unsigned char *
ipout
, const char *ipasc)
650
if (!ipv6_from_asc(
ipout
, ipasc))
656
if (!ipv4_from_asc(
ipout
, ipasc)
[
all
...]
x509v3.h
703
int a2i_ipadd(unsigned char *
ipout
, const char *ipasc);
/external/openssl/include/openssl/
x509v3.h
703
int a2i_ipadd(unsigned char *
ipout
, const char *ipasc);
Completed in 668 milliseconds