Home
last modified time | relevance | path

Searched refs:textToOID (Results 1 – 4 of 4) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptcrt.c1432 if( cryptStatusError( textToOID( asciiOID, strlen( asciiOID ), in cryptGetCertExtension()
1436 if( cryptStatusError( textToOID( oid, strlen( oid ), binaryOID, in cryptGetCertExtension()
1536 if( cryptStatusError( textToOID( asciiOID, strlen( asciiOID ),
1540 if( cryptStatusError( textToOID( oid, strlen( oid ), binaryOID,
1622 if( cryptStatusError( textToOID( asciiOID, strlen( asciiOID ),
1626 if( cryptStatusError( textToOID( oid, strlen( oid ), binaryOID,
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dext_add.c205 status = textToOID( data, dataLength, binaryOID, MAX_OID_SIZE, in checkAttributeFieldString()
721 status = textToOID( data, dataLength, newElement->value, in addAttributeFieldString()
H A Dcertfn.h808 int textToOID( IN_BUFFER( textOidLength ) const char *textOID,
H A Dcomp_gets.c179 int textToOID( IN_BUFFER( textOidLength ) const char *textOID, in textToOID() function