OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_method_type
(Results
1 - 24
of
24
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_smime.c
300
if (indata && (
BIO_method_type
(indata) == BIO_TYPE_MEM)) {
519
if (ret > 0 &&
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
534
if (
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
/src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_smime.c
310
if (indata && (
BIO_method_type
(indata) == BIO_TYPE_MEM)) {
537
if (ret > 0 &&
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
552
if (
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
/src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_smime.c
518
if (ret > 0 &&
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
531
if (
BIO_method_type
(tmpmem) == BIO_TYPE_CIPHER) {
/src/crypto/external/apache2/openssl/dist/ssl/
bio_ssl.c
535
if (
BIO_method_type
(b) != BIO_TYPE_SSL)
ssl_lib.c
1743
if (rbio == NULL ||
BIO_method_type
(rbio) != desired_type
1771
if (wbio == NULL ||
BIO_method_type
(wbio) != desired_type
/src/crypto/external/bsd/openssl/dist/ssl/
bio_ssl.c
500
if (
BIO_method_type
(b) != BIO_TYPE_SSL)
ssl_lib.c
1427
if (rbio == NULL ||
BIO_method_type
(rbio) != BIO_TYPE_SOCKET
1457
if (wbio == NULL ||
BIO_method_type
(wbio) != BIO_TYPE_SOCKET
/src/crypto/external/bsd/openssl.old/dist/ssl/
bio_ssl.c
500
if (
BIO_method_type
(b) != BIO_TYPE_SSL)
ssl_lib.c
1373
if (rbio == NULL ||
BIO_method_type
(rbio) != BIO_TYPE_SOCKET
1394
if (wbio == NULL ||
BIO_method_type
(wbio) != BIO_TYPE_SOCKET
/src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_smime.c
50
if (
BIO_method_type
(in) == BIO_TYPE_CIPHER) {
402
if (dcont != NULL && (
BIO_method_type
(dcont) == BIO_TYPE_MEM)) {
/src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_smime.c
49
if (
BIO_method_type
(in) == BIO_TYPE_CIPHER) {
340
if (dcont && (
BIO_method_type
(dcont) == BIO_TYPE_MEM)) {
/src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_smime.c
51
if (
BIO_method_type
(in) == BIO_TYPE_CIPHER) {
407
if (dcont != NULL && (
BIO_method_type
(dcont) == BIO_TYPE_MEM)) {
/src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_lib.c
240
int
BIO_method_type
(const BIO *b)
bss_dgram.c
953
return (
BIO_method_type
(bio) == BIO_TYPE_DGRAM_SCTP);
/src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_lib.c
251
int
BIO_method_type
(const BIO *b)
bss_dgram.c
1916
return (
BIO_method_type
(bio) == BIO_TYPE_DGRAM_SCTP);
/src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_lib.c
258
int
BIO_method_type
(const BIO *b)
bss_dgram.c
932
return (
BIO_method_type
(bio) == BIO_TYPE_DGRAM_SCTP);
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h
253
int
BIO_method_type
(const BIO *b);
/src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in
334
int
BIO_method_type
(const BIO *b);
/src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in
300
int
BIO_method_type
(const BIO *b);
/src/crypto/external/bsd/openssl/dist/crypto/http/
http_client.c
307
if (
BIO_method_type
(req) == BIO_TYPE_FILE) {
/src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c
338
if (
BIO_method_type
(req) == BIO_TYPE_FILE) {
/src/crypto/external/apache2/openssl/dist/test/
quicapitest.c
876
if (!TEST_int_eq(
BIO_method_type
(bio), BIO_TYPE_DGRAM))
Completed in 109 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026