Home
last modified time | relevance | path

Searched refs:ossl_do_blob_header (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/util/
Dmissingcrypto-internal.txt6 ossl_do_blob_header(3)
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto-internal.txt6 ossl_do_blob_header(3)
/third_party/node/deps/openssl/openssl/include/crypto/
Dpem.h22 int ossl_do_blob_header(const unsigned char **in, unsigned int length,
/third_party/openssl/include/crypto/
Dpem.h22 int ossl_do_blob_header(const unsigned char **in, unsigned int length,
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c142 ok = ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) > 0; in msblob2obj_decode()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c142 ok = ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) > 0; in msblob2obj_decode()
/third_party/openssl/crypto/pem/
Dpvkfmt.c159 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header() function
289 if (ossl_do_blob_header(&p, length, &magic, &bitlen, isdss, ispub) <= 0) { in do_b2i_key()
335 if (ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, ispub) <= 0) in ossl_b2i_bio()
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpvkfmt.c159 int ossl_do_blob_header(const unsigned char **in, unsigned int length, in ossl_do_blob_header() function
289 if (ossl_do_blob_header(&p, length, &magic, &bitlen, isdss, ispub) <= 0) { in do_b2i_key()
335 if (ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, ispub) <= 0) in ossl_b2i_bio()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Ddecode_msblob2key.c117 ok = ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) > 0; in msblob2key_decode()
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_msblob2key.c105 ok = ossl_do_blob_header(&p, 16, &magic, &bitlen, &isdss, &ispub) > 0; in msblob2key_decode()
/third_party/node/deps/openssl/openssl/engines/
De_loader_attic.c1355 if (ossl_do_blob_header(&p, sizeof(peekbuf), &magic, &bitlen, in file_try_read_msblob()
/third_party/openssl/engines/
De_loader_attic.c1355 if (ossl_do_blob_header(&p, sizeof(peekbuf), &magic, &bitlen, in file_try_read_msblob()